func net.mapErr
11 uses
net (current package)
cgo_unix.go#L50: return zero, newDNSError(mapErr(err), lookupName, "")
cgo_unix.go#L76: return zero, newDNSError(mapErr(ctx.Err()), lookupName, "")
dial.go#L735: return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
dnsclient_unix.go#L201: return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
fd_unix.go#L53: return nil, mapErr(ctx.Err())
fd_unix.go#L103: ret = mapErr(ctx.Err())
fd_unix.go#L122: return nil, mapErr(ctx.Err())
lookup.go#L358: err := newDNSError(mapErr(ctx.Err()), host, "")
lookup.go#L369: err = newDNSError(mapErr(err), host, "")
lookup.go#L702: return nil, mapErr(err)
net.go#L458: func mapErr(err error) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |